/* --GENERAL CSS-- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    
  }

  .body-1 { 
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: hsl(46, 68%, 93%);
  }

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    width: 50%; 
    text-align: left; 
    position: absolute;
    top: 275px;
    left: 50px
}

::-webkit-scrollbar {
    display: none;
}

/* --INDEX CSS--*/
.nav-bar {
    display: flex;
    flex-direction: row; 
    position: fixed !important;
    top: 0px;
    left: -3%;
    height: 5%; 
    width: 103%; 
    padding: 30px 30px;
    gap: 50px;
    z-index: 500;
    transition: top 0.3s ease-in-out;
    background-color: #ffffff;
    position: relative;
}

.img-container{
    z-index: 173;
}

/* dropdown feature */
.dropcdown{
    position: absolute;
    display: none;
    
}

.dropdown-select {
    color: #555;
  }

.dropc-link {
    display: inline-block;
    position: relative;   
    color: rgb(15, 62, 11);
    text-decoration: none;
    font-weight: 500;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    user-select: none !important;

}

.dropc-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;               
    height: 2px;
    background-color: rgb(237, 134, 0);
    transform: scaleX(0);      
    transform-origin: left;    
    transition: transform 0.3s ease-in-out;
    pointer-events: auto !important; 

}

.dropc-link:hover::after {
    transform: scaleX(1);     
    pointer-events: auto !important; 
  
}
.dropc-links {
    pointer-events: none !important;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 5%;
    position: absolute;
    border-style: solid;
    border-color: rgba(72, 72, 72, 0);
    border-width: .5px;
    color: rgb(0, 58, 21);
    font-family: 'Poppins', sans-serif;
    font-weight:1000;
    font-size: 85%;
    width: auto;
    height: 5px;
    transition: opacity .3s ease-in-out, height .3s ease-in-out;
    justify-content: center;
    align-items: left;
    padding: .5%;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    margin-left: -1.5%;
    transform: translate(-72px, 2px);
    opacity: 0;
    z-index: -5;
    margin-top:10%;
}



.dropcdown:hover .dropc-links, #dropc-btn:hover + .dropc-links {
    opacity: 1;
    height: 200px;
    transform: translate(-72px, -2px);
    pointer-events: auto !important; 
}

.dropdownc:hover .nav-link {
    opacity: 0.5;  
}
.dropdownc:hover .navc-link {
    opacity: 0.5;  
}




  
.nav-bar.hide-nav {
    top: -300px;
}

.nav-link {
    background-color: white;
    border: none;
    padding: 5px 10px; 
    border-radius: 0px;
    cursor: pointer;
    font-family: "barlow condensed";
    font-size: 150%;
    font-weight: 350;
    width: 100%; 
    text-align: left; 
    user-select: none;
    margin-bottom: 1px;
    transition: opacity .3s ease-in-out !important;
    color: rgb(0, 0, 0);
    border: .3px solid rgba(0, 0, 0, 0.314); 
    display: inline-block;
    z-index: 501;
}
.navc-link {
    background-color: transparent;
    border: none;
    padding: 5px 10px; 
    border-radius: 0px;
    cursor: pointer;
    font-family: "barlow condensed";
    font-size: 150%;
    font-weight: 350;
    width: 100%; 
    text-align: left; 
    user-select: none;
    margin-bottom: 1px;
    transition: opacity .3s ease-in-out !important;
    color: rgb(0, 0, 0);
    border: .3px solid rgba(0, 0, 0, 0.314); 
    display: inline-block;
    z-index: 500;
    margin-top: 6px;
}
.navlink-container {
    display: flex;
    flex-direction: row; 
    gap: 30px;
    align-items: center;
    justify-content: flex-end; 
    width: 100%; 
    z-index: 5;
}

.navlink-container form {
    display: flex; 
}

/* collapse features */

@media (max-width: 1113px) {
    .dropcdown {
      display: block;
    }
  }
@media (max-width: 1113px) {
    .nav-link {
      display: none !important;
    }
  }
  @media (max-width: 1113px) {
    .drop-links {
        pointer-events: none; 
    }
}
/* page features */
#logo {
    top: 1.2%;
    left: 1.2%;
    position: fixed;
    width: 40px;
    aspect-ratio: 1/1;
    height: auto;
    user-select: none;
    z-index: 1000000;
    -webkit-transition: box-shadow .3s -webkit-transform 1s;

    opacity: 100%;
}

.hover-rotate {
    -webkit-transition: -webkit-transform 1s;
}

.hover-rotate:hover {
    -webkit-transform: rotate(540deg);
}

.nav-link:hover {
    opacity: 50%;
}

.title-container {
    opacity: 1;
    transition: opacity .3s ease-in-out;

}
.subtitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Poppins';
    font-weight: 100;
    font-size: 600%;
    letter-spacing: 3px;
    text-shadow: 4px 3px 5px #0000006b;
    color: rgb(255, 255, 255);
    user-select: none;
    position: relative;
    z-index: 9;
}

#heading {
    display: flex;
    font-family: 'Playfair Display', serif;
    font-weight: 250;
    font-size: 180%; /* fix this clamp */
    letter-spacing: 3px;
    text-shadow: 1px 0px 10px #0000002c;
    color: rgb(0, 52, 10);
    user-select: none;
    top:0.2%;
    left: 60px;
    position: fixed;
    font-weight: 0.2;
    z-index: 1000000;
    padding: 10px;
}
#heading1 {
    display: none;
    font-family: 'Playfair Display', serif;
    font-weight: 250;
    font-size: 180%;
    letter-spacing: 3px;
    text-shadow: 1px 0px 10px #0000002c;
    color: rgb(0, 52, 10);
    user-select: none;
    top:0.2%;
    left: 60px;
    position: fixed;
    font-weight: 0.2;
    z-index: 1000000;
    padding: 10px;
}

.img-group {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 10%; 
    padding-right: 10%;
    padding-left: 10%; 
}

.post-img {

    -webkit-transition: transform 2s ease-in-out;
    opacity: 0; 
    transform: translateY(50px); 
    animation: enterimages 1s forwards;
}

.post-img { animation-delay: 0.3s; }


@keyframes enterimages {
    from {
        opacity: 0;
        transform: translateY(50px); 
    }
    to {
        opacity: 1;
        transform: translateY(0); 
    }
}

/* reserve pages ids and classes */

.reserve-back {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100vw;
    height: 90vh;
    overflow: hidden;
    z-index: 15;
    align-items: center;
    justify-content: center;
    margin: 0;
    top:0px;
    background-size: cover;
    
}

.bg-video {
    flex: 1; 
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.bg-video video {
    width: 110%;
    height: 100%;
    object-fit: cover; 
}



.reserve-page{
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #faf7ed;
    background-size: cover;
    background-position: center;
    z-index: 0; 
    overflow: auto;
}

.reservation-page{
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('reservation.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0; 
    overflow: auto;
    scroll-snap-type: start;
}

.order-page{
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('order.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0; 
    overflow: auto;
    scroll-snap-type: start;
}

.tour-page{
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('tour.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0; 
    overflow: auto;
    scroll-snap-type: start;
}

.carryout-page{
    display: flex;
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('carryout.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0; 
    flex-direction: row;
    overflow: auto;
    scroll-snap-type: start;
}

.reserve-container {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    width: clamp(320px,68vw,440px);
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%); 
    background: rgba(0, 0, 0, 0.7); 
    padding: 20px;
    border-radius: 10px;
    color: white; 
    padding-bottom: 3%;
    overflow: auto;
    scroll-snap-type: start;
}


.carryout-top-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: clamp(400px,25vw,990px);
    position: relative;
    top: 29%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    color: white;
    padding-bottom: 3%;
    height: 140px;
    margin-top: -100px;
  }

.container {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    color: rgb(255, 255, 255);
    gap: 10px;
    width:300px;
  }
  
  .container input {
    position: relative;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    color: beige;
  }
  
  .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 4px;
  }
  
  .container:hover input ~ .checkmark {
    background-color: rgb(180, 180, 180);
  }
  
  .container input:checked ~ .checkmark {
    background-color: #4CAF50;
  }
  
  .checkmark:after {
    content: "";
    position: relative;
    display: none;
    margin-right: 20px;
  }
  
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.continue-button {
    display: flex;
    padding: 12px 24px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Barlow Condensed", sans-serif;
    color: white;
    background-color: #4CAF50;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-left: 31.5%;
}

.continue-button:hover {
    background-color:#e7a151;
    transform: scale(1.05);
}

.continue-button:active {
    background-color: #3e8e41;
    transform: scale(0.98);
}

/* home page ids and classes*/
.hero-section {
    position: relative;
    width: 100vw;
    height: 100vh; 
    overflow: hidden;
    z-index: 0;
}

.big-vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;      
    height: 120%;     
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}



.name-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
  }
  
  .name {
    font-size: clamp(5.2rem, 25vw, 15rem);
    color: white;
    text-shadow: 4px 3px 5px #00000085;
    animation: go-up 1s forwards;
    opacity: 0;
    animation-delay: 0s;
  }
  
  .undername {
    font-size: clamp(1.3rem, 6vw, 3.8rem);
    color: white;
    text-shadow: 4px 3px 5px #000000;
    animation: go-up 1s forwards;
    opacity: 0;
    animation-delay: 0.3s;
    text-wrap: nowrap;
  }
  
  @keyframes go-up {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }




.mid-vid {
    display: flex;
    padding: 0px;
    position: absolute;
    z-index: 8;
    width: 100%;
    height: auto;
    padding: 0px;
    justify-content: center;
    align-items: center;
    animation-play-state: running;
    margin: 0;
    right: 50x;


}





.section-3 {
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: 2000px;
    top: 700px;
    transition: all .3 ease-in-out;
    background-repeat: no-repeat;
}



/* sustainabilityPage ids and classes */


.name1 {
    display: flex;
    font-weight: 150;
    font-size: clamp(2.5rem, 9vw, 10rem);
    letter-spacing: 3px;
    text-shadow: 4px 3px 5px #00000085;
    text-align:center;
    justify-content: center;
    color: white;
    user-select: none;
    position: relative;
    top: 0px;
    font-weight: 0.2;
    z-index: 20;
    width: 80vh;
    transition: transform 2s ease-in-out;
    -webkit-transition: transform 2s ease-in-out;
    opacity: 0; 
    animation: go-up 1s forwards;
    font-weight: bold;
    font-family: 'playfair display';
}

.section-heading {
    font-size: clamp(1.7rem, 6vw, 3rem);
    width: 100%; 
    text-align: center; 
    position: absolute;
    top: 10%;
    text-wrap: wrap;
    font-family: 'playfair display';
    z-index: 40;
    color:black;
    text-shadow: 2px 2px 5px rgba(33, 114, 43, 0.5);
}

.caption {
    font-size: clamp(1rem, 3.5vw, 2rem);
    width: 100%; 
    text-align: center; 
    position:absolute;
    top: 14%;
    color: black;
    font-family: 'playfair display';
    z-index: 40;
}

.caption1 {
    font-size: clamp(1rem, 4.9vw, 2.2rem);
    width: 100%; 
    text-align: center; 
    position:relative;
    top: 9%;
    color: #004500;
    font-family: 'playfair display';
    z-index: 180;
}

.slide-caption {
    font-size: clamp(1rem, 5.5vw, 2rem);
    width: 140%; 
    text-align: center; 
    position:relative;
    top: 100%;
    color: black;
    left: -15vw;
    text-align: left;
    align-content: left;
    font-family: 'playfair display';

}
.slide-text {
    color: black;
    font-size: clamp(1rem, 2vw, 1.4rem);
    position: absolute;
    bottom: 8px;
    width: 80vw;
    text-align: justify;
    z-index: 40;
    font-weight: 0;
    left: -15vw;
    top: 120%;
    

}

.statcontainer{
    position: absolute;
    top: 30vh;
    left: 10vw;
    width: 80vw;
}

.stats-text {
    font-size: clamp(1.5rem, 2.5vw, 4rem);
    font-family: " Display";
    text-align: left;
}

.statcontainer{
    position: absolute;
    top: 30vh;
    left: 10vw;
    width: 80vw;
}

.stats-text {
    font-size: clamp(1.5rem, 2.5vw, 4rem);
    text-align: left;
}



.background-container {
    display: flex;
    position: relative;
    width: 100vw;
    height: 100vh; 
    overflow: hidden;
    z-index: 15;
    align-items: center;
    justify-content: center;
    margin: 0;
    top:0px;
    background-image: url('bamboo.jpg');
    background-size: cover;
    z-index: 40;

}


.slideshow-container {
    max-width: 900px;

    position: relative;
    top: -50px;
    margin: auto;
  }
  

.mySlides {
    display: none;
    width: 50vw;
    transition: all .3s ease-in;
    z-index: 40
}

#slide-img {
    height: 43vw;
    width:auto;

}
  

.prev {
    cursor: pointer;
    position: absolute;
    padding: 16px;
    padding-left: 35px;
    padding-right: 35px;
    color: rgb(69, 69, 69);
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 50%;
    user-select: none;
    transform: translate(-110%, -500%);
    z-index: 172;
}

.next {
    cursor: pointer;
    position: absolute;
    padding: 16px;
    padding-left: 35px;
    padding-right: 35px;
    color: rgb(69, 69, 69);
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 50%;
    user-select: none;
    transform: translate(50vw, -500%);
    z-index: 172;
}
  

.prev:hover, .next:hover {
    background-color: #a4a4a457;
}


  

.text {
    color: black;
    font-size: 20px;
    font-family: 'barlow condensed';
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    z-index: 200;
    font-weight: 0;
 }
  

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    opacity: 0;
}

.dots{
    display: block;
    position: relative;
    text-align: center;
    z-index:200;
    opacity: 0;
}
  
.active {
    background-color: transparent; 
    color: black;
    font-weight: bold;
}

.dot:hover {
    background-color: #717171;
}

.map {
    display: flex;
    flex-direction: column;
    justify-content:center;
    position: absolute;
    width: 100vw;
    height: 180vh; 
    z-index: 11;
    align-items: center;
    background-color:hsl(46, 68%, 93%) ;
    transition: 0.6s ease;
}


.gallery {
    position: absolute;
    width: 100vw;
    height: 70vh;
    z-index: 2;
    top:180vh;
    background: white;
    transition: all .3 ease-in-out;
    background-repeat: no-repeat;
    box-shadow: 50px 20px 50px 20px rgba(6, 39, 0, 0.294);
    z-index: 40;
}

.food-preparation{
    position: absolute;
    width: 100vw;
    height: 128vh;
    top: 250vh;
    z-index: 100;
    background-color: hsl(46, 68%, 93%) ;
}

#hydroponics {
    top: 300px;
    right: 150px;
    position: absolute;
    width: 500px;
    height: auto;
    user-select: none;
    z-index: 170;
    opacity: 100%;
    transition: all .3s ease-in;
}

#restaurant-large {
    display: block;
    position: relative;
    z-index: 171;
    width: 30vw; 
    height: auto; 
    margin: auto;
    transform: translate(-20%, -30%);  
    background-size: 50vw; 
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in;


}
#truck {
    display: block;
    position: relative;
    z-index: 170.5;
    width: 18vw; 
    height: auto; 
    margin: auto;
    transform: translate(50%, -215%);  
    cursor: pointer;
    transition: all .3s ease-in;
    
}

#truck:hover + #truck-fact-container{
    opacity: 1;
    
}

#chef {
    display: block;
    position: relative;
    z-index: 174;
    width: 2.6vw; 
    transform: translate(1110%, -660%);  
    transition: all .3s ease-in;
    cursor: pointer;
    
}

#farm-interactive {
    display: block;
    position: relative; 
    z-index: 171;
    width: 50vw; 
    height: auto; 
    margin: auto;
    left: 25vw;
    transform: translate(-50%, -40%);  
    background-size: 50vw; 
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in;
}

#calamansi {
    position: absolute;
    width: 10%; 
    object-fit: contain;
    transform: translate(240%, -515%); 
    cursor: pointer;
    z-index: 172; 
    transition: all .3s ease-in;
}

#interactive-2 {
    display: block;
    position: relative;
    z-index: 40;
    width: 50vw;
    height: 400px;
    scale: 1.1;
    transform: translateY(10px);
    transition: all .3s ease-in;
}

#truck-fact-container {
    opacity: 0;
    width: fit-content;
    height: fit-content;
    background-color: #c0ced4;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    transform: translate(10vw, -30vw);
    box-shadow:  -2px 2px .1px rgba(0, 0, 0, 0.253);
    position: absolute;
    z-index: 173;
    transition: all .3s ease-in;
}

#truck-fact {
    width: clamp(5rem, 5vw, 6rem);
    max-height: 30vw;
    padding: clamp(.3rem, 1.5vw, 3rem);
    line-height: clamp(.3rem, 1.5vw, 3.2rem);
    transition: all 0s;
    font-family: "barlow condensed";
    transition: all .3s ease-in;
    font-size: clamp(.3rem, 1.3vw, 3rem);
}

#end-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0px;
    overflow-x: auto; 
    transform: translateX (-50%);
    background-color: #faf7ed;
    position: relative;
    z-index: 8;
    margin-top: 0px;
    overflow-x: scroll; 
    overflow-y: hidden;
    user-select: none;
    font-family: "barlow condensed";
    clear: both;
    bottom: 0;
    margin-bottom: 0px;
    position: relative;
    scroll-behavior: auto;
    z-index: 173;
    margin-top: -6%;
    scrollbar-width: 10px;
    scrollbar-color: #000000 #000000;
  }
  #img-scrl::-webkit-scrollbar {
    height: 8px;              
  }
  
  #img-scrl::-webkit-scrollbar-track {
    background: #000000;         
  }
  
  #img-scrl::-webkit-scrollbar-thumb {
    background-color: #000000;    
    border-radius: 4px;
  }

.img-scrl-container {
    width: 100%;
    height: 50vh;
    justify-content: flex-start;
    background-color: transparent;
    position: relative;
    z-index: 8;
    margin-top: 90px;
    overflow-y: hidden;
    user-select: none;
    overflow-x: none !important;
    scroll-behavior: smooth;
    
  }

#img-scrl {
    display: flex;
    width: 100%;
    height: 180%;
    gap: 80px;
    display: flex;
    overflow-x: scroll !important;
    scroll-behavior:auto;
    padding: 10%;
    overflow-y: hidden;
    z-index: 173;
    margin-top: -6%;
  }


#farm {
    position: absolute;
}

#calamansi-fact {
    width: clamp(7rem, 5vw, 6rem);
    max-height: fit-content;
    padding: clamp(.3rem, 1.5vw, 3rem);
    line-height: clamp(.3rem, 1.5vw, 3.2rem);
    transition: all 0s;
    font-family: "barlow condensed";
    transition: all .3s ease-in;
    font-size: clamp(.3rem, 1.3vw, 3rem);
}

#calamansi-fact-container {
    opacity: 0;
    width: fit-content;
    height: fit-content;
    background-color: #c0ced4;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    transform: translate(15vw,-80vw);
    box-shadow:  -2px 2px .1px rgba(0, 0, 0, 0.253);
    position: absolute;
    scale: .9;
    z-index: 173;
    display: none;
}

#calamansi:hover + #calamansi-fact-container{
    opacity: 1;
    display: block;
    
}


#cow1 {
    position: absolute; 
    display: block;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    width: 17%;
    aspect-ratio: 2;
    height: auto;
    transform: translate(216%, -1100%) rotate(30deg);
    z-index: 172;
}

#cow2 {
    position: absolute; 
    display: block;
    background-color: rgba(255, 203, 203, 0);
    cursor: pointer;
    width: 17%;
    aspect-ratio: 2;
    height: auto;
    transform: translate(201%, -900%) rotate(30deg);
    z-index: 172;
}

#cow3 {
    position: absolute; 
    display: block;
    background-color: rgba(208, 203, 255, 0);
    cursor: pointer;
    width: 17%;
    aspect-ratio: 2;
    height: auto;
    transform: translate(363%, -1023%) rotate(30deg);
    z-index: 173;
}

#cow-fact-container {
    opacity: 0;
    width: fit-content;
    height: fit-content;
    background-color: #c0ced4;
    border-radius: 3px;
    transition: opacity .3s ease-in-out;
    transform: translate(10vw, -70vw);
    box-shadow: -2px 2px .1px rgba(0, 0, 0, 0.253);
    z-index: 174;
    position: absolute;
    display: none;

}

#cow-fact {
    width: clamp(7rem, 5vw, 6rem);
    max-height: fit-content;
    padding: clamp(.3rem, 1.5vw, 3rem);
    line-height: clamp(.3rem, 1.5vw, 3.2rem);
    transition: all 0s;
    font-family: "barlow condensed";
    transition: all .3s ease-in;
    font-size: clamp(.3rem, 1.3vw, 3rem);
    z-index: 174
    
}

#chicken-fact-container {
    opacity: 0;
    width: fit-content;
    height: fit-content;
    background-color: #c0ced4;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    transform: translate(15vw,-70vw);
    box-shadow: -2px 2px .1px rgba(0, 0, 0, 0.253);
    display: block;
    z-index: 173;
    position: absolute;
    display: none;
}

#chicken-fact {
    width: clamp(7rem, 5vw, 6rem);
    max-height: 30vw;
    padding: clamp(.3rem, 1.5vw, 3rem);
    line-height: clamp(.3rem, 1.5vw, 3.2rem);
    transition: all 0s;
    font-family: "barlow condensed";
    transition: all .3s ease-in;
    font-size: clamp(.3rem, 1.3vw, 3rem);
    
}

#compost-fact-container {
    opacity: 0;
    width: fit-content;
    height: 1000;
    background-color: #c0ced4;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    transform: translate(15vw,-70vw);
    box-shadow: -2px 2px .1px rgba(0, 0, 0, 0.253);
    position: absolute;
    z-index: 174;
    display: none;


}

#compost-fact {
    width: clamp(7rem, 5vw, 6rem);
    max-height: 30vw;
    padding: clamp(.3rem, 1.5vw, 3rem);
    line-height: clamp(.3rem, 1.5vw, 3.2rem);
    transition: all 0s;
    font-family: "barlow condensed";
    transition: all .3s ease-in;
    font-size: clamp(.3rem, 1.3vw, 3rem);
    z-index: 174
    
}

#chef-fact-container {
    opacity: 0;
    width: 270px;
    height: fit-content;
    background-color: #c0ced4;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    transform: translate(20px, -280px);
    box-shadow:  -2px 2px .1px rgba(0, 0, 0, 0.253);
    position: absolute;
    z-index: 170;
    display: none;

}

#chef-fact {
    width: clamp(7rem, 5vw, 6rem);
    max-height: 30vw;
    padding: clamp(.3rem, 1.5vw, 3rem);
    line-height: clamp(.3rem, 1.5vw, 3.2rem);
    transition: all 0s;
    font-family: "barlow condensed";
    transition: all .3s ease-in;
    font-size: clamp(.3rem, 1.3vw, 3rem);
    z-index: 174
    
}

#coconut-fact-container {
    opacity: 0;
    width: fit-content;
    height: fit-content;
    background-color: #c0ced4;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    transform: translate(15vw,-70vw);
    box-shadow: -2px 2px .1px rgba(0, 0, 0, 0.253);
    position: absolute;
    z-index: 174;
    display: none;
}


#coconut-fact {
    width: clamp(5rem, 5vw, 6rem);
    max-height: fit-content;
    padding: clamp(.3rem, 1.5vw, 3rem);
    line-height: clamp(.3rem, 1.5vw, 3.2rem);
    transition: all 0s;
    font-family: "barlow condensed";
    transition: all .3s ease-in;
    font-size: clamp(.3rem, 1.3vw, 3rem);
    z-index: 174
    
}

#greenhouse-fact-container {
    opacity: 0;
    width: fit-content;
    height: fit-content;
    background-color: #c0ced4;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    transform: translate(10vw, -25vw);
    box-shadow:  -2px 2px .1px rgba(0, 0, 0, 0.253);
    position: absolute;
    z-index: 173;
    display: none;

}

#greenhouse-fact {
    display: flex;
    justify-items: center;
    align-items: center;
    width: clamp(5rem, 5vw, 6rem);
    max-height: fit-content;
    padding: clamp(.3rem, 1.5vw, 3rem);
    line-height: clamp(.3rem, 1.5vw, 3.2rem);
    transition: all 0s;
    font-family: "barlow condensed";
    transition: all .3s ease-in;
    font-size: clamp(.3rem, 1.3vw, 3rem);
    z-index: 174
    
}

#chef-fact-container {
    opacity: 0;
    width: fit-content;
    height: fit-content;
    background-color: #c0ced4;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    transform: translate();
    box-shadow:  -2px 2px .1px rgba(0, 0, 0, 0.253);
    position: absolute;
    z-index: 173;
    display: none;

}

#chef-fact {
    width: clamp(5rem, 5vw, 6rem);
    max-height: fit-content;
    padding: clamp(.3rem, 1.5vw, 3rem);
    line-height: clamp(.3rem, 1.5vw, 3.2rem);
    transition: all 0s;
    font-family: "barlow condensed";
    transition: all .3s ease-in;
    font-size: clamp(.3rem, 1.3vw, 3rem);
    z-index: 174
    
}

#coconut-tree:hover ~ #coconut-fact-container {
    opacity: 1;
    display: block;
}

 #cow3:hover  ~ #cow-fact-container {
    opacity: 1;
    display: block;
}

#cow2:hover  ~ #cow-fact-container {
    opacity: 1;
    display: block;
}
#cow1:hover  ~ #cow-fact-container {
    opacity: 1;
    display: block;
}

#compost:hover ~ #compost-fact-container {
    opacity: 1;
    display: block;
}
#chef:hover ~ #chef-fact-container {
    opacity: 1;
    display: block;
}
#chicken:hover ~ #chicken-fact-container {
    opacity: 1;
    display: block;
}

#coconut-tree:hover {
    filter: brightness(.8);
}

#calamansi:hover {
    filter: brightness(.8);
}

#compost:hover {
    filter: brightness(.8);
}

#chicken:hover {
    filter: brightness(.8);
}

#greenhouse:hover {
    filter: brightness(.8);
}

#chef:hover {
    filter: brightness(.8);
}

#truck:hover {
    filter: brightness(.8);
}


#greenhouse:hover ~ #greenhouse-fact-container {
    opacity: 1;
    display: block;
}

#farm {
    top: 300px;
    right: 150px;
    position: absolute;
    width: 500px;
    height: auto;
    user-select: none;
    z-index: 170;
    opacity: 100%;
    transition: all .3s ease-in;
}

#greenhouse {
    position: absolute; 
    width: 30vw; 
    height: auto;
    object-fit: contain;
    transform: translate(35%,-25%);
    cursor: pointer;
    z-index: 172;
    transition: all .3s ease-in;
}

#veggies {
    position: absolute; 
    width: 12vw; 
    height: auto;
    object-fit: contain;
    transform: translate(30%,-20%) rotate(0deg);
    z-index: 171;
    transition: all .3s ease-in;
}

#watering {
    position: absolute;
    width: 20vw;
    object-fit: contain;
    transform: translate(140%,-55%);
    height: auto;
    transition: all .3s ease-in;
}

#coconut-tree { 
    position: absolute; 
    width: 8vw; 
    object-fit: contain;
    transform: translate(420%, -400%);
    cursor: pointer;
    z-index: 172;
    transition: all .3s ease-in;
}

#compost { 
    position: absolute; 
    width: 4vw; 
    object-fit: contain;
    transform: translate(1025%, -810%); 
    cursor: pointer;
    z-index: 172; 
    transition: all .3s ease-in;
}

#chicken { 
    position: absolute; 
    width: 2.5vw; 
    object-fit: contain;
    transform: translate(970%, -1550%) rotate(20deg);
    cursor: pointer;
    z-index: 172; 
    transition: all .3s ease-in;
}

#field { 
    position: absolute; 
    width: 20vw; 
    object-fit: contain;
    transform: translate(10%, 10%);
    cursor: pointer;
    z-index: 172;
    transition: all .3s ease-in;
}

#greenhouse2 { 
    position: absolute; 
    width: 8vw; 
    object-fit: contain;
    transform: translate(156%, 80%); 
    cursor: pointer;
    z-index: 172; 
    transition: all .3s ease-in;
}

#composting { 
    position: absolute; 
    width: 17vw; 
    object-fit: contain;
    transform: translate(170%, 37%);
    cursor: pointer;
    z-index: 172; 
    transition: all .3s ease-in;
    
}

#restaurant { 
    position: absolute; 
    width: 16vw; 
    object-fit: contain;
    transform: translate(104%, -40%);
    cursor: pointer;
    z-index: 172; 
    transition: all .3s ease-in;
}

#arrow1 {
    position: absolute; 
    width: 8vw; 
    object-fit: contain;
    transform: translate(415%, -50%) rotate(5deg);
    transition: all .3s ease-in;
    z-index: 172; 

}
#arrow2 {
    position: absolute; 
    width: 8vw; 
    object-fit: contain;
    transform: translate(260%, 250%) rotate(156deg);
    transition: all .3s ease-in;
    z-index: 172; 

}
#arrow3 {
    position: absolute; 
    width: 8vw; 
    object-fit: contain;
    transform: translate(89%, -50%) rotate(295deg);
    transition: all .3s ease-in;
    z-index: 172; 

    
}

#farm-group {
    transition: all .3s ease-in;
    
}

#farm-group:hover {
    scale: 1.1;
}

#composting:hover {
    scale: 1.1;
}

#restaurant:hover {
    scale: 1.1;
    transform: translate(95%, -50%);
}

#prep-container {
    display: flex;
    flex-direction: column;
    gap: calc(250px - 54vw);
    left: 50vw;
    margin-top: 30vh;
    position: absolute;
}

.steaming-container {
    width: 30vw;
    aspect-ratio: 3 / 3;
    height: auto;
    justify-content: flex-start;
    background-color: transparent;
    position: absolute;
    left: 45vw;
    z-index: 208;
    margin-top: 30vh;
    overflow-y: hidden;
    user-select: none;
    border-radius: 6vw;
    display: none;
    box-shadow:  -2px 2px 2px rgba(0, 0, 0, 0.771);
}

.prep-img {
    width: 110px;
    aspect-ratio: 3 / 3;
    height: auto;
    justify-content: flex-start;
    background-color: transparent;
    position: relative;
    z-index: 208;
    overflow-y: hidden;
    user-select: none;
    border-radius: 20%;
    object-fit: cover;
    object-position: center;
    box-shadow:  -2px 2px 2px rgba(0, 0, 0, 0.771);


}

.prep-paragraph1 {
    color: black;
    font-size: clamp(0.7rem, 2vw, 1.5rem);
    position: absolute;
    width: 80vw;
    text-align: justify;
    z-index: 200;
    font-weight: 0;
    top: 0;

}

.prep-paragraph2 {
    color: black;
    font-size: clamp(0.7rem, 2vw, 1.5rem);
    position: absolute;
    width: 40vw;
    text-align: justify;
    z-index: 200;
    font-weight: 0;
    top: 30vh;
}

.img {
    width: auto; 
    height: 30vh; 
    flex: 0 0 auto;
    border-radius: 60px;
    z-index: 170;
    
}

.img2 {
    width: auto; 
    max-height: 200px;
    height: clamp(40vw); 
    
    flex: 0 0 auto;
    border-radius: 50%;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.443);
    margin-left: -2%;
    top:50%;
    transform: translatey(50%);

}

.img-caption {
    position: absolute;
    font-family: 'playfair display';
    font-size: 20px;
    transform: translate(-50%,-300%) rotate(-90deg);
}   


  /* about-dropdown */


@media (max-width: 500px) {
    #interactive-2 {
        transform: translatey(35vw) !important;
        margin-top: -40vw;
        scale: 2.0;
    }
    #img-2 {
        top: 50%;
    }
    
}
@media (min-width: 450px) {
    #prep-container {
        display: none;
    }

    .steaming-container {
        display: block;
    }
}

@media (max-height: 650px) {
    #interactive-2 {
        margin-top: 30vw !important;
    }
}

@media (max-height: 650px) {
    .caption {
        display: none !important;
    }
}

@media (max-height: 450px) {
    .section-heading {
        display: none !important;
    }
}

@media (max-width: 1190px) {
    .slide-text {
        font-size: 1.29rem;
    }
}

@media (max-width: 915px) {
    .slide-text {
        font-size: 1.2rem;
    }
}
@media (max-width: 880px) {
    .slide-text {
        font-size: 1.15rem;
    }
}
@media (max-width: 785px) {
    .slide-text {
        font-size: 1.1rem;
    }
}
@media (max-width: 720px) {
    .slide-text {
        font-size: 0.96rem;
    }
}
@media (max-width: 592px) {
    .slide-text {
        font-size: 0.92rem;
    }
}
@media (max-width: 505px) {
    .slide-text {
        font-size: 0.85rem;
    }
}
@media (max-width: 460px) {
    .slide-text {
        font-size: 0.82rem;
    }
}
@media (max-width: 415px) {
    .slide-text {
        font-size: 0.75rem;
    }
}
@media (max-width: 356px) {
    .slide-text {
        font-size: 0.7rem;
    }
}
@media (max-width: 328px) {
    .slide-text {
        font-size: 0.7rem;
    }
}
    


@media (min-width: 1150px){
    #greenhouse-fact-container {
        opacity: 0;
        width: fit-content;
        height: fit-content;
        background-color: #c0ced4;
        border-radius: 3px;
        transition: all .5s ease-in-out;
        transform: translate(500px, 250px);
        box-shadow:  -2px 2px .1px rgba(0, 0, 0, 0.253);
        position: absolute;
        z-index: 173;
        display: none;
    
    }
    
    #greenhouse-fact {
        width: 270px;
        height: fit-content;
        margin-top: 00px;
        padding: 15px;
        line-height: 20px;
        transition: all 0s;
        font-family: "barlow condensed";
        
    }
    #chef-fact-container {
        opacity: 0;
        width: 270px;
        height: fit-content;
        background-color: #c0ced4;
        border-radius: 3px;
        transition: all .5s ease-in-out;
        transform: translate(730px, -920px);
        box-shadow:  -2px 2px .1px rgba(0, 0, 0, 0.253);
        position: absolute;
        z-index: 173;
        display: none;
    
    }
    
    #chef-fact {
        width: 270px;
        height: fit-content;
        margin-top: 00px;
        padding: 15px;
        line-height: 20px;
        transition: all 0s;
        font-family: "barlow condensed";
        
    }
    
    #truck-fact-container {
        opacity: 0;
        width: 270px;
        height: fit-content;
        background-color: #c0ced4;
        border-radius: 3px;
        transition: all .5s ease-in-out;
        transform: translate(730px, -920px);
        box-shadow:  -2px 2px .1px rgba(0, 0, 0, 0.253);
        position: absolute;
        z-index: 170;
        transition: all .3s ease-in;
        display: block
     }
     
     
     #truck-fact {
        width: 270px;
        height: fit-content;
        margin-top: 00px;
        padding: 15px;
        line-height: 20px;
        transition: all 0s;
        font-family: "barlow condensed";
        transition: all .3s ease-in;
     }
     
    
    #coconut-fact-container {
        opacity: 0;
        width: fit-content;
        height: fit-content;
        background-color: #c0ced4;
        border-radius: 3px;
        transition: all .3s ease-in-out;
        transform: translate(-100px,-600px);
        box-shadow: -2px 2px .1px rgba(0, 0, 0, 0.253);
        position: absolute;
        display: none;
     
     
     }
     
     #coconut-fact {
        width: 320px;
        height: fit-content;
        margin-top: 00px;
        padding: 15px;
        line-height: 20px;
        transition: all 0s;
        font-family: "barlow condensed";
        position: relative;
       
     }
     
     #calamansi-fact {
        width: 300px;
        padding: 15px;
        line-height: 20px;
        transition: all .3s;
        font-family: "barlow condensed";
     }
     
     
     #calamansi-fact-container {
        opacity: 0;
        width: fit-content;
        height: fit-content;
        background-color: #c0ced4;
        border-radius: 3px;
        transition: all .5s ease-in-out;
        transform: translate(-10vw,-700px);
        box-shadow:  -2px 2px .1px rgba(0, 0, 0, 0.253);
        position: absolute;
        scale: .9;
        display: none;
       
     }
     #chicken-fact-container {
        opacity: 0;
        width: fit-content;
        height: fit-content;
        background-color: #c0ced4;
        border-radius: 3px;
        transition: all .3s ease-in-out;
        transform: translate(-20px,-850px);
        box-shadow: -2px 2px .1px rgba(0, 0, 0, 0.253);
        display: none;
     
     }
     
     
     #chicken-fact {
        width: 320px;
        height: fit-content;
        margin-top: 00px;
        padding: 15px;
        line-height: 20px;
        transition: all 0s;
        font-family: "barlow condensed";
       
     }
     
    

    #cow-fact-container {
        opacity: 0;
        width: fit-content;
        height: fit-content;
        background-color: #c0ced4;
        border-radius: 3px;
        transition: all .3s ease-in-out;
        transform: translate(-100px,-600px);
        box-shadow: -2px 2px .1px rgba(0, 0, 0, 0.253);
        display: none;        
    }
 
 
    #cow-fact {
        width: 320px;
        height: fit-content;
        margin-top: 00px;
        padding: 15px;
        line-height: 20px;
        transition: all 0s;
        font-family: "barlow condensed";
   
    }
    #compost-fact-container {
        opacity: 0;
        width: fit-content;
        height: fit-content;
        background-color: #c0ced4;
        border-radius: 3px;
        transition: all .3s ease-in-out;
        transform: translate(-100px,-600px);
        box-shadow: -2px 2px .1px rgba(0, 0, 0, 0.253);
        display: none;

     
     }
     
     
     #compost-fact {
        width: 320px;
        height: fit-content;
        margin-top: 00px;
        padding: 15px;
        line-height: 20px;
        transition: all 0s;
        font-family: "barlow condensed";
        
     }
     
 
     
}

.drop-links {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    gap: 20px; /* Fixed gap size */
    display: flex;
    flex-direction: column;
    position: absolute;
    border: 0.5px solid rgba(72, 72, 72, 0);
    color: rgb(0, 58, 21);
    font-family: 'Poppins', sans-serif;
    font-weight: 1000;
    font-size: 85%;
    transition: opacity 0.4s ease, max-height 0.4s ease, gap 0.4s ease;
    justify-content: center;
    align-items: flex-start;
    padding: 0.5%;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    margin-left: -1.5%;
    margin-top: 0.5%;
    z-index: 1;
}

.dropdown:hover .drop-links,
#drop-btn:hover + .drop-links {
    opacity: 1;
    max-height: 500px; /* Large enough to fit your content */
    gap: 20px;
    pointer-events: auto;
}

.dropdown:hover .nav-link {
    opacity: 0.5;  
}

.tel-link {
    display: inline-block;
    position: relative;   
    color: rgb(15, 62, 11);
    text-decoration: none;
    font-weight: 500;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
   
}

.tel-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 95px;               
    height: 2px;
    background-color: rgb(237, 134, 0);
    transform: scaleX(0);      
    transform-origin: left;    
    transition: transform 0.3s ease-in-out;
}

.tel-link:hover::after {
    transform: scaleX(1);       
}

.mail-link {
    display: inline-block;
    position: relative;   
    color: rgb(15, 62, 11);
    text-decoration: none;
    font-weight: 500;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
   
}

.mail-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 179px;               
    height: 2px;
    background-color: rgb(237, 134, 0);
    transform: scaleX(0);      
    transform-origin: left;    
    transition: transform 0.3s ease-in-out;
}

.mail-link:hover::after {
    transform: scaleX(1);       
}


.end-link {
    display: flex;
    position: relative;   
    color: rgb(15, 62, 11);
    text-decoration: none;
    font-weight: 500;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    font-family: 'poppins';
    font-size: 14px;
}

.end-link3 {
    display: flex;
    position: absolute;   
    text-align: center;        
    color: rgb(15, 62, 11);
    text-decoration: none;
    font-weight: 500;
    margin-top: 14vh;
    margin-left: 25vw;
    margin-right: 20px;
    cursor: pointer;
    font-family: 'poppins';
    font-size: 14px;
}
.end-link3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 119px;               
    height: 2px;
    background-color: rgb(237, 134, 0);
    transform: scaleX(0);      
    transform-origin: left;    
    transition: transform 0.3s ease-in-out;
}

.end-link3:hover::after {
    transform: scaleX(1);       
}

.end-link4 {
    display: flex;
    position: absolute;   
    text-align: center;       
    color: rgb(15, 62, 11);
    text-decoration: none;
    font-weight: 500;
    margin-top: 19vh;
    margin-left: 25vw;
    margin-right: 20px;
    cursor: pointer;
    font-family: 'poppins';
    font-size: 14px;
}
.end-link4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 169px;               
    height: 2px;
    background-color: rgb(237, 134, 0);
    transform: scaleX(0);      
    transform-origin: left;    
    transition: transform 0.3s ease-in-out;
}

.end-link4:hover::after {
    transform: scaleX(1);       
}

.end-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 395px;               
    height: 2px;
    background-color: rgb(237, 134, 0);
    transform: scaleX(0);      
    transform-origin: left;    
    transition: transform 0.3s ease-in-out;
}

.end-link:hover::after {
    transform: scaleX(1);       
}


  /*index.html*/
  .text_bottom {
    font-size: clamp(1.3rem, 4vw, 3rem);
    display: flex;
    justify-content: center;
    text-align: center;
    color: black;
    font-family: "Antic Didone";
    user-select: none;
    z-index: 15;
    opacity: 1;
    width: 100%;
    font-weight: bolder;
    margin: 1rem auto;
    padding: 5vw;
    margin-top: -3%;
  }
  .text_morebottom {
    font-size: clamp(1.6rem, 7vw, 4rem);
    display: flex;
    justify-content: center;
    text-align: center;
    color: black;
    font-family: "Antic Didone";
    user-select: none;
    z-index: 15;
    opacity: 1;
    width: 100%;
    font-weight: bolder;
    margin: 1rem auto;
    top: 10%;

  }
  
  .swiper {
    width: min(90%, 1200px);
    height: auto;
    z-index: 15;
    border-radius: 20px;
    margin-top: -4%;

    
}

.logos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  
  #stars {
    width: min(90%, 800px);
    height: auto;
    margin-top: 2%;
  }
  /* green award stuff */
  #green {
    margin-top: 10%;
    margin-left: 5%;
    width: clamp(130px, 37vw, 500px);
    height: auto;
  }
  .green-container {
    position: relative;
    display: inline-block;
    width: clamp(130px, 40vw, 527px);
  }
  
  .green-container .green-text {
    position: absolute;
    margin-top: 1.9vw;
    top: 0;
    height: clamp(90px, 25vw, 330px);
    margin-left: 5%;
    padding: 7%;
    right: 0;
    bottom: 0;
    background: rgba(1, 23, 6, 0.867); 
    color: #c5cfc2;
    text-align: center;       
    opacity: 0;                
    transition: all 0.7s ease;
    border-radius: 20px;
    font-size:clamp(0.52rem, 2.4vw, 2rem);
    border: 5px solid transparent;

  }
  
  .green-container:hover .green-text {
    opacity: 1;                 
    border-color: rgb(150, 199, 149); 
    
  }
  /* water award stuff */

  #water {
    margin-top: 10%;
    width: clamp(80px, 20vw, 500px);
    height: auto;
    margin-left: 4%;
  }
  .water-container {
    position: relative;
    display: inline-block;
    width: clamp(80px, 21vw, 527px);
  }
  
  .water-container .water-text {
    position: absolute;
    top: 0;
    height: clamp(110px, 27vw, 530px);
    margin-left: 3%;
    margin-top: 4%;
    padding: 6%;
    right: 0;
    bottom: 0;
    background: rgba(1, 23, 6, 0.867); 
    color: #b1bed1;
    text-align: center;        
    opacity: 0;                
    transition: all 0.7s ease;
    border-radius: 20px;
    font-size:clamp(0.457rem, 2vw, 3rem);
    border: 5px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
 
  
  .water-container:hover .water-text {
    opacity: 1;           
    border-color: rgb(149, 175, 199); 
  }

  /* composte stuff */ 
  #composte {
    margin-top: 1%;
    width: clamp(110px, 30vw, 500px);
    height: auto;
    margin-left: -9%;
  }
  .composte-container {
    position: relative;
    display: inline-block;
    width: clamp(90px, 23.5vw, 410px);
    
  }
  
  .composte-container .composte-text {
    position: absolute;
    top: 0;
    height: clamp(100px, 27vw, 440px);
    margin-left: 2%;
    margin-top: 5%;
    padding: 6.5%;
    right: 0;
    bottom: 0;
    background: rgba(1, 23, 6, 0.867); 
    color: #ccc9bf;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;       
    opacity: 0;                
    transition: all 0.7s ease;
    border-radius: 20px;
    font-size:clamp(0.5rem, 2.1vw, 2.3rem);
    border: 5px solid transparent;
  }
  
  .composte-container:hover .composte-text {
    opacity: 1;         
    border-color: rgb(199, 170, 149); 
  }

  .row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    margin-top: -1%;
    margin-left: -2%;
  }



.menu {
    font-family: 'Georgia', serif;
    margin: 0;
    padding: 40px 0;
    background-image: url("https://images.pexels.com/photos/7794356/pexels-photo-7794356.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2");
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh; 
    background-size: cover;
    background-position: center;
    flex-direction:column;
    padding-bottom:40px;
}



.menu-container {
    width: 90%;
    max-width: 1000px; 
    min-width: 320px; 
    background: white;
    padding: 40px;      
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    text-align: center;
    margin: 0 auto; 
    margin-top: 160px;
}


.menu-container h1 {
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    animation: go-up 1s forwards;
    opacity: 1; 
}


.column {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    animation: go-up 1s forwards;
    opacity: 1; 
}


.menu-section h3 {
    font-size: 24px;
    margin-top: 20px;
    border-bottom: 2px solid #ccc;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-section p {
    margin-bottom: 20px;
}


.menu-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 18px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.menu-description {
    font-size: 16px;
    color: #777;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.menu-images {
    display: flex;
    justify-content: flex-start; 
    gap: 10px; 
    margin-bottom: 20px;
    flex-wrap: wrap; 
}

.image-wrapper {
    position: relative;
    display: inline-block;
    width: 45%; 
    aspect-ratio: 4 / 3; 
    overflow: hidden; 
    border-radius: 10px;
}

.menu-img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease; 
    overflow: hidden;
}


.image-wrapper::after {
    content: attr(data-description);
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.menu-img:hover {
    transform: scale(1.05); 
}


.image-wrapper:hover::after {
    opacity: 1;
}

@media (min-width: 780px) {
    .menu-container {
        padding: 40px;
    }
    
    .column {
        width: 48%;
        margin-bottom: 0;
    }

    .menu-container h1 {
        font-size: 36px;
    }
}


@media (max-width: 780px) {
    .menu-images {
        flex-direction: row; 
        align-items: center;
    }
    
    .menu-img {
        width: 90%; 
    }
}

/* referencesPage ids and classes */

.references-back {
    display: flex;
    position: relative;
    width: 100vw;
    height: 100vh; 
    overflow: hidden;
    z-index: 15;
    align-items: center;
    justify-content: center;
    margin: 0;
    top:0px;
    background-image: url('terraces.jpg');
    background-size: cover;
}

.works-cited {
    position: relative;
    width: 100vw;
    height: calc(270vw + 150px);
    z-index: 230;
    background: #faf7ed;
    transition: all .3 ease-in-out;
    background-repeat: no-repeat;
    
}

.embed-container {
    position: relative;
    width: 60vw;
    height: 75vw;
    z-index: 300;
    left: 20vw;
    top: 30vh;
    box-shadow:  -2px 2px .1px rgba(0, 0, 0, 0.253);
    

}

footer {
    background-color: #faf7ed;
    color: white;
    text-align: center;
    padding: 20px;
    position: sticky;
    bottom: 0;
    width: 100%;
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 0;
    z-index:2000;
}

footer a {
    color: #000000;
    text-decoration: none;
    font-family: 'poppins', sans-serif;
}

@media (max-width: 500px) {
    footer {
      display: none !important;
    }
    #heading {
        display: none !important;
    }
    #heading1{
        display: flex !important;
    }
    
    .reserve-back {
        height: 100vh;
    }

  }